An open API service indexing awesome lists of open source software.

https://github.com/b-l-u-e/az-c5-html

Creating html file
https://github.com/b-l-u-e/az-c5-html

Last synced: 4 months ago
JSON representation

Creating html file

Awesome Lists containing this project

README

          

# AZ-C5-HTML
# HTML Document Structure and Text Formatting

## Objective: The objective of this assignment is to demonstrate your understanding of HTML document structure, the head and body elements, headings, paragraphs, text formatting, and the use of comments in HTML. You will be required to create an HTML file that incorporates these concepts and submit it on GitHub. You will then share the GitHub repository link via Microsoft Teams.

### Step 1: Set up github repository

1: Create a new GitHub repository

2: Repository descriptive name "AZ-C5-HTML"

## Step 2: Create an HTML File

1: Create a new HTML file named "index.html" in local development environment.

2: Open the HTML file in a text editor or IDE

## Step 3: Implemente required tasks

### Task 1: HTML Document Structure

Ensure your HTML document includes the necessary structural elements, such as
`,,, and .`

### Task 2: Head Element

1. Inside the head element, include a `` element with a descriptive title for your webpage.

2. Include a favicon and a few metadata for your document.

### Task 3: Body Element

Inside the body element, create the main content of your webpage:

1. Use appropriate heading tags (e.g., `

,

,

`) to structure your content. Create at least two levels of headings.

2. Write at least two paragraphs of text in the body of your webpage. Ensure that they are well-structured and informative.

3. Apply text formatting to your content using HTML tags. For example, make some text bold, italic, underline specific parts of your paragraphs and apply other formatting tags to your paragraphs.

4. Include comments in your HTML code to explain the purpose and structure of different sections of your document. Use comments to describe your headings, paragraphs, and other significant elements.

#### Task 4: Create a HTML Table list

1. Replicate the design on the attached file (timetable.gif)

2. Under Project, use an unordered list with square bullets to list four interesting project titles.

3. Under History, use an ordered list with lowercase alphabetical characters for numbering to list three history topics.

## Step 4: Commit and Push to Github

1. Add the modified HTML file to your local Git repository.

2. Commit the changes with a descriptive commit message.

3. Push the changes to your GitHub repository.

## Step 5: Share the Github Repository Link

1. Copy the URL of your GitHub repository.

2. Open Microsoft Teams and navigate to the appropriate assignment channel.

3. Submit the assignment link.