https://www.computerbitsdaily.com/2022/06/html-text-formatting-tag-practical-exercises.html
https://www.youtube.com/watch?v=9YvuFUD1eoI
https://www.youtube.com/watch?v=9YvuFUD1eoI
Computerbitsdaily
HTML text formatting tags to create web page - Practical [ SWPD 4311603 ]
Create an HTML page to Provide an introduction to the Computer department/Institute using HTML all formatting tags. [ SWPD 4311603 ]
Forwarded from Computer Awareness
YouTube
Hyperlink tag in html to navigate through different web pages [ Example ] | SWPD 4311603
In this " HTML Links Hyperlinks tutorial " you will learn about
- Hyperlink Tag
- a tag defines a hyperlink
- The target Attribute : specifies where to open the linked document.
- mailto: redirects the programmer to a default mail client with a predefined…
- Hyperlink Tag
- a tag defines a hyperlink
- The target Attribute : specifies where to open the linked document.
- mailto: redirects the programmer to a default mail client with a predefined…
Forwarded from Computer Awareness
YouTube
Create webpage using HTML5 semantic tags | HTML5 Layout [ Example ] | SWPD 4311603
In this " HTML5 Semantic Markup Tags & Layout" video tutorial you will learn about
- To divide up the parts of a webpage.
- header tag - Defines a header for a document or a section
- nav tag - Defines a set of navigation links
- section tag - Defines a…
- To divide up the parts of a webpage.
- header tag - Defines a header for a document or a section
- nav tag - Defines a set of navigation links
- section tag - Defines a…
Forwarded from Computer Awareness
YouTube
Create student registration webpage using HTML form elements and CSS. [ Example ] | SWPD 4311603
In this " How to make registration form in html easy step" video tutorial you will learn about
- form tag : It describes an HTML form to enter inputs by the user of website.
- input tag : It describes an input control.
- textarea tag: It describes a multi…
- form tag : It describes an HTML form to enter inputs by the user of website.
- input tag : It describes an input control.
- textarea tag: It describes a multi…
Forwarded from Computer Awareness
YouTube
JavaScript and HTML code to find largest of three numbers [ Example ] | SWPD 4311603
In this " JavaScript Program to Find the Largest Among Three Numbers " video tutorial you will learn about
- Create JavaScript function
- JavaScript if, else, and else if
- Finding HTML elements by id
- Window object: window.document.getElementById(“n1");…
- Create JavaScript function
- JavaScript if, else, and else if
- Finding HTML elements by id
- Window object: window.document.getElementById(“n1");…
Forwarded from Computer Awareness
What is the effect of the <b> tag?
Anonymous Quiz
62%
It converts the text within it to bold font.
24%
It is used to write black-colored font.
12%
It is used to change the font size.
1%
None of the above.