Recommended
PDF
If you know nothing about HTML, this is where you can start !!
PPTX
PPTX
HTML – LESSON 1.pPTT COMPUTING YEAR 8 SCHOOL
PDF
PPTX
HTML Start Up - Introduction to HTML
PPT
Introduction to web design
PDF
PDF
PDF
Module 1 - Introduction to HTML.pdf
PDF
lab-mannual-web-tech-labmanual-of-computer-networksbsdfhsdfksdfksbfks-fkjashi...
PDF
30+ Basic HTML Coding Projects for Class 10.pdf
PPTX
PPT
PPTX
DOCX
Hyper text markup language
PPTX
PPTX
PPTX
PPTX
PDF
Web Standards: Fueling Innovation [Web Builder 2.0 - 2008]
PPT
PPT
PDF
HTML5 Smart Markup for Smarter Websites [FoWD NYC 2011]
PDF
Web Development for UX Designers
PDF
PDF
PDF
HTML Prototyping - IxDA Presentation
DOCX
PPTX
Lecture 15 hospital acquired infection.pptx
PPTX
Biochemical microbiology ppt not useful ppt
More Related Content
PDF
If you know nothing about HTML, this is where you can start !!
PPTX
PPTX
HTML – LESSON 1.pPTT COMPUTING YEAR 8 SCHOOL
PDF
PPTX
HTML Start Up - Introduction to HTML
PPT
Introduction to web design
PDF
PDF
Similar to HTML practice for beginners that will surely help you
PDF
Module 1 - Introduction to HTML.pdf
PDF
lab-mannual-web-tech-labmanual-of-computer-networksbsdfhsdfksdfksbfks-fkjashi...
PDF
30+ Basic HTML Coding Projects for Class 10.pdf
PPTX
PPT
PPTX
DOCX
Hyper text markup language
PPTX
PPTX
PPTX
PPTX
PDF
Web Standards: Fueling Innovation [Web Builder 2.0 - 2008]
PPT
PPT
PDF
HTML5 Smart Markup for Smarter Websites [FoWD NYC 2011]
PDF
Web Development for UX Designers
PDF
PDF
PDF
HTML Prototyping - IxDA Presentation
DOCX
More from Amri559698
PPTX
Lecture 15 hospital acquired infection.pptx
PPTX
Biochemical microbiology ppt not useful ppt
DOCX
lab 5.docx information technology lab 5.
PPTX
microbiology aerobic.presentation .pptx pre
PPTX
Microbiology presentation instrument ppt
PPTX
Presentation (3)optic system of eye .pptx
PPT
Nervous system 1. Introduction to nervous system.ppt
PPTX
Presentation 9.pptx anatomy presentation
PPTX
Physiology eye rods and cobes(Garima.9b).pptx
PPTX
Nervous system 2. Metabolism in nervous tissue.pptx
PPTX
Lecture 6 Bacterial-Genetics-Lecture-Slides.pptx
PPTX
Shubham pradhan M24-9b physio optic system.pptx
PPTX
microbiology eukaryotes presentation ppt
PPTX
add. Biochemistry of bone tissue presentation.pptx
PPTX
microbiology.pptx biochem nothing don't use this
PPTX
Microbiology eukaryotes presentation ppt
PPT
Chronic Myeloid Leukaemia (CML) Learning Programme_Module 4.ppt
PPTX
Atherosclerosis obesity gall stone liver dystrophy
PPTX
Report 4.pptx_20250402_142238_0000.pptx biochem
PPTX
microbiology.pptx biochem nothing don't use this
Recently uploaded
PPTX
Vector Space Modelin Information Storage and Retrieval .pptx
PPTX
Big Data Analytics Introduction & Applications.pptx
PDF
apidays Paris 2025 | Optimize your architecture for the next wave of AI-infus...
PPTX
Chapter_3_v9.0.pptxChapter_3_v9.0.pptxChapter_3_v9.0.pptx
PDF
(25633) PEDAMARAN_TIMUR-PANCAWARNA_TPS 1.pdf
DOCX
AI_ML_Project_Ideas_Chennai_Presentation.docx
PPTX
Testing-Results-and-Outcomes (1).pptx dfw
PPT
unit-3 Introduction to drawing part-1.ppt
PDF
CLINICO-SOCIAL CASE DISCUSSION-antenatal
PPTX
AI for Cybersecurity Threat Detection.pptx
PDF
AI 1.pdf AI in Business Training - Revolutionizing Business Operations
PDF
Douglas-Peucker Algorithm : how works in Deswik
PPTX
Ch6 Automata & Complexity Theory 2016.pptx
PDF
data data data data data data data data data
PDF
AI 30.pdf Practical Insights from CA Suvidha Chaplot for AI Implementation in...
PDF
AI 21.pdf Learn How AI Tools Optimize Decision Making, Marketing, HR, and More
PPTX
1-FUEL IN A DIESEL ENGINE UNDERSTANDING AND KNOWLEDGE CONCEPTS
PPTX
Sales_Analysis_Presentation.pptx dashboard
PDF
exnesfzxufjchfugiysrsigyWtRitzutoyyqKyculYezulcgydueapvlcxiycyu
PPTX
Investment and Portfilio. Group no 1.pptx
HTML practice for beginners that will surely help you 1. 2. The objective of the lesson: Learn to develop and design websites using
HTML
Methodological guide: To get started with this language, you need to open
Notepad++ and create a text file in It with the contents.
Tasks of training:Formation of concepts about networks, prerequisites and necessity of network
interaction of computers, hardware and software, global and local networks, network topology and
methods of data transmission, basic technologies, protocols and standards of local networks.
.
3. 1-Task
<HTML>
<HEAD>
<TITLE>Simple table example <TITLE>
</HEAD>
<BODY>
<TABLE border=4>
</BODY>
<TR>
<TD> Cell A </TD>
<TD> Cell B </TD>
<TD> Cell C </TD>
</TR>
<TR>
<TD> Cell D </TD>
<TD> Cell E </TD>
<TD> Cell F </TD>
</TR>
</BODY>
</TABLE
</HTML>
2-Task
NAME NUMBER EMAIL
RUSTAM +77474561232 rus@mail.ru
AIKA +77059874114 ai@mail.ru
GUL +77026548778 gul@mail.ru
Write the code in HTML
4. 5.