Skip to content

kulotsystemstech/html-activity-03

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML | Activity #3: Headings, Paragraphs, Attributes and Links

Create a website called Daily Tech News.

Development Setup

Create the necessary files and folders inside the src folder. To test your output, simply open any of your html files in your preferred web browser.

Folder Structure

├── src/
│   ├── articles/
│   │   ├── future-technologies/
│   │   │   ├── machine-learning-healthcare.html
│   │   │   └── quantum-computing.html
│   │   ├── gadgets-and-devices/
│   │   │   ├── top-5-ultrabooks-analysis.html
│   │   │   └── xyz-tech-xyz-10.html
│   │   └── tech-industry-and-startups/
│   │       ├── abc-corp-xyz-inc-tech-merger.html
│   │       └── qrs-tech-new-leadership.html
│   ├── categories/
│   │   ├── future-technologies.html
│   │   ├── gadgets-and-devices.html
│   │   └── tech-industry-and-startups.html
│   ├── categories.html
│   └── index.html

Text Contents

Utilize the provided text contents at assets/texts to expedite your activity.

I. Newsfeed (index.html)

The Newsfeed page lists all the tech news headlines on one page. There is also a navigation bar for navigating between Newsfeed and Categories.

newsfeed

II. Categories (categories.html)

The Categories page lists all news categories on one page. There is also a navigation bar for navigating between Categories and Newsfeed.

HINT: To link files in the parent folder, use ../ in the beginning of href value.

categories

Clicking on a particular category will take the website to the relevant category page, that lists all tech news headlines for that category and provides links back to Categories page.

1. Gadgets and Devices (categories/gadgets-and-devices.html)

gadgets-and-devices

2. Tech Industry and Startups (categories/tech-industry-and-startups.html)

tech-industry-and-startups

3. Future Technologies (categories/future-technologies.html)

future-technologies

III. News Articles

Clicking on any news link redirects the website to the relevant news article page. There are also navigation links at the top and bottom that redirects back to Newsfeed page.

HINT: To link files in the parent folder, use ../ in the beginning of href value.

1. XYZ Tech's XYZ-10: A Revolutionary Smartphone with Cutting-Edge Features

(articles/gadgets-and-devices/xyz-tech-xyz-10.html) xyz-tech-xyz-10

2. In-Depth Analysis: Top 5 Ultrabooks Battle for Supremacy in the Laptop Market

(articles/gadgets-and-devices/top-5-ultrabooks-analysis.html) top-5-ultrabooks-analysis

3. Major Tech Merger Alert: ABC Corp and XYZ Inc Combine Strengths for Future Innovations

(articles/tech-industry-and-startups/abc-corp-xyz-inc-tech-merger.html) abc-corp-xyz-inc-tech-merger

4. QRS Tech Announces New Leadership: Industry Veteran to Lead the Company's Future Growth

(articles/tech-industry-and-startups/qrs-tech-new-leadership.html) qrs-tech-new-leadership

5. Machine Learning's Role in Healthcare: AI Algorithms Revolutionize Medical Diagnosis

(articles/future-technologies/machine-learning-healthcare.html) machine-learning-healthcare

6. Quantum Computing: Paving the Way for the Future of Computing Power

(articles/future-technologies/quantum-computing.html) quantum-computing

About

HTML | Activity #3: Headings, Paragraphs, Attributes and Links

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published