Prep 2 Unit 2
Prep 2 Unit 2
- Write most of the tags with a start " < >" and an end " </>".
- Save the text file with the HTML tags with .htm or .html
extension.
- - Open the saved file using a web browser and notice the result.
The Structure of creating a web page using HTML:
The Structure of creating a web page using HTML:
1- Selecting the background color for the web page by the property bgcolor
2- Adding image as a web page background by the property Background
Dealing with images in the web pages:
1- Insert image inside the web page by <img> tag.
Formatting the images in the web pages:
Hyperlink:
To insert a hyperlink, we use href property to the <a> that selects its value;
<a href= "the needed title, we want to move to" > the text or image </a>