0% found this document useful (0 votes)
85 views3 pages

Portfolio in HTML: Efren T. Suing III Viii-Flemming

The document provides instructions for creating a basic web page using Notepad by following 4 steps: 1) Starting Notepad, 2) Editing HTML code in Notepad, 3) Saving the HTML file with a .htm or .html extension, and 4) Opening the saved HTML file in a web browser. It also defines the <br> tag for inserting line breaks, notes that headings should only be used for headings and not for formatting text, and describes the <hr> tag for creating horizontal lines.

Uploaded by

Cherish Angela
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
85 views3 pages

Portfolio in HTML: Efren T. Suing III Viii-Flemming

The document provides instructions for creating a basic web page using Notepad by following 4 steps: 1) Starting Notepad, 2) Editing HTML code in Notepad, 3) Saving the HTML file with a .htm or .html extension, and 4) Opening the saved HTML file in a web browser. It also defines the <br> tag for inserting line breaks, notes that headings should only be used for headings and not for formatting text, and describes the <hr> tag for creating horizontal lines.

Uploaded by

Cherish Angela
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

PORTFOLIO IN HTML

Efren t. suing iii viii-flemming

Follow the 4 steps below to create your first web page with Notepad.

Step 1: Start Notepad


To start Notepad go to: Start All Programs Accessories Notepad

Step 2: Edit Your HTML with Notepad


Type your HTML code into your Notepad:

Step 3: Save Your HTML


Select Save as.. in Notepad's file menu. When you save an HTML file, you can use either the .htm or the .html file extension. There is no difference, it is entirely up to you. Save the file in a folder that is easy to remember, like w3schools.

Step 4: Run the HTML in Your Browser


Start your web browser and open your html file from the File, Open menu, or just browse the folder and double-click your HTML file.

LINE BREAK Definition and Usage


The <br> tag inserts a single line break. The <br> tag is an empty tag which means that it has no end tag.

Tips and Notes

Tip: The <br> tag is useful for writing addresses or poems. Note: Use the <br> tag to enter line breaks, not to separate paragraphs.

HEADINGS Are Important

Use HTML headings for headings only. Don't use headings to make text BIG or bold. Search engines use your headings to index the structure and content of your web pages. Since users may skim your pages by its headings, it is important to use headings to show the document structure. H1 headings should be used as main headings, followed by H2 headings, then the less important H3 headings, and so on.

HTML Lines

The <hr>tag creates a horizontal line in an HTML page.

PORTFOLIO IN HTML
Carl marco E. Ungos 8- flemming

You might also like