


































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
This document is about software requirement engineering
Typology: Schemes and Mind Maps
1 / 42
This page cannot be seen from the preview
Don't miss anything!



































By Tesfahun N.
❖ What is HTML ➢ Basic HTML syntax ➢ Basic Tags: Hyperlinks, Images, Formatting ➢ Headings and Paragraphs ➢ The Section: Title, Meta, Script, Style ➢ The Section ➢ Lists: , and ➢ The and elements ➢ HTML Tables and HTML Forms
❖It is short form of "HyperText Markup Language". ❖ It is a language for describing web-pages using ordinary text. ❖HTML is not a complex programming language. ❖HTML file a plain-text file ❖A web site will often contain many html files that link to each other. 4
HTML Tags ❖HTML tags are the hidden keywords within a web page that define how your web browser must format and display the content ❖Most tags must have two parts, ✓Eg an opening a closing part ❖There are some tags that are an exception to this rule, and where a closing tag is not required. Eg 5
HTML Code Formatting
➢Every block element should start on a new line. ➢Every nested (block) element should be indented.
7
❖HTML describes structure using two main sections: ✓ ✓
The Declaration ❖HTML documents must start with a document type definition (DTD) ➢It informs the web browser about the type and version of HTML ✓HTML 4.01, XHTML 1.0 XHTML 1.1, HTML 5 ➢it helps the browser to handle and load it properly. 10
HTML Tags
Some Simple Tags – Example 13 ** This is a link.
Bold and italic text.
some-tags.html**
First HTML Page 14 _
well came to WP
My First Heading
My first paragraph.
_ test.html
Cont.. ❖ Tags have attributes and values :
href Attribute
The alt Attribute
Tags Attributes ❖ Tag attributes can apply to every element: ✓Id, ✓Style, ✓Class, ✓Title etc 20