Hypertext markup language (html)/Web-page Creation.pptx

mhlengilindadumisa99 28 views 4 slides May 14, 2024
Slide 1
Slide 1 of 4
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4

About This Presentation

This Slides are for HTML, both Grade 11 AND 12


Slide Content

Hypertext markup language (html) Web design By m.l Dumisa

Let’s Recap HTML Files are plain text files with extension .html Markup tags are keywords or codes enclosed in angle brackets. They come in pairs: Opening tag (start tag) and a Closing tag (end tag) For Example: <h1> and </h1> Some markup tags are ‘single tags’ – they do not have a separate end tag. For example; < br /> (Line Break Tag)

Structure of an html file – the main elements <html> contains all the other elements <head> contains elements that give instructions to a browser, and help for search engines. <title> contains the web page title (appears in the tab of the browser) <body> contains all the text and images that are displayed in the browser.

More web design techniques Now, we are going to look at more techniques to format web pages. You will learn to add images , colours and lists on a page and how to link to other web pages and documents.
Tags