vildashnetwork02@gmail.com 654598457


CHAPTERONE

Be focused and you will archive alot. choose your ON C#

Explore more

history of html

Lorem ipsum dolor sit amet consectetur adipisicing elit. Hic odit rem dolorum molestiae fugit deserunt exercitationem recusandae, itaque ratione harum sit repellat dolor temporibus deleniti non voluptatem nostrum quas? Cumque veniam, molestias id natus pariatur dolores aut nemo iure facilis expedita, temporibus exercitationem ullam ex officiis reiciendis quaerat enim consequuntur.

Introduction to HTML & Document Structure

This chapter introduces the basic structure of an HTML document and the essential tags needed to create a webpage.

<html></html>

Defines the root of an HTML document.

<head></head>

Contains metadata, links, and scripts.

<body></body>

Contains the visible page content.

Basic HTML Structure


HTML elements on this chapter

In this chapter, we'll cover the basic structure of an HTML document. HTML is the foundation for any webpage, and all documents should begin with aDOCTYPE declaration to specify the version of HTML being used. Then comes the root element, which is the<html> tag. Inside the <html>, we have the <head> section (for meta-information about the document like title, links to CSS files, etc.) and the<body> section (where the actual content of the webpage is placed).
In this chapter, we'll focus on formatting text within an HTML document. HTML provides several tags to emphasize, bold, italicize, and underline text. These elements are important for making content readable and organized.

* <!DOCTYPE html>: Declares that this document is HTML5. 
*  <html>: This is the root element of an HTML document. All other elements 
 are nested inside it. 
*  <head>: Contains metadata (data about the HTML document). 
 * <title>: Defines the title of the webpage, which appears in the browser tab.
* </head>: Closes the <head> section. 
 * <body>: Contains the visible content of the webpage. 
* <h1>: Represents a top-level heading. It's the most important heading on 
the page. 
*<p>: Defines a paragraph of text. 
* <a href="https://example.com">: Creates a hyperlink 
to another webpage. 
* <ul>: Defines an unordered list (bulleted list). 
*<li>: Defines a list item, and it’s used within <ul>. 
* </ul>: Closes the unordered list. 
HTML Code:  

        

<!DOCTYPE html>
<html> 
<head>
<title>Title of thePage</title>
</head> 
<body>
<h1>Welcome to  HTML</h1> 
<p>This is a basic HTML page.</p>
<a href="https://example.com"> Visit Example</a>
<ul>
<li>List  item 1</li> 
<li>List item 2</li> 
<li>List item3</li>
</ul> 
</body>
</html> 
            
Output: Title of thePage

Welcome to HTML

This is a basic HTML page.

Visit Example
  • List item 1
  • List item 2
  • List item3





Links and Images

HTML element in this chapter

In this chapter, we'll focus on adding links and images to your webpage. Links allow users to navigate between pages, while images make the content more visually appealing.

1. <a>: Creates a hyperlink.

2. <img>: Embeds an image.

3. <href>: Specifies the URL for the link.
                    
4. <src>: Specifies the source file for the image.
                    
5. <alt>: Provides alternative text for an image (for accessibility).
                    
6. <title>: Specifies extra information when hovering over a link.
                    
7. <map>: Defines an image map (an image with clickable areas).
                    
8. <area>: Defines a clickable area in an image map.
                    
9. <link>: Defines a link between a document and an external resource (e.g., a CSS file).

10. <audio>: Embeds audio files.
                    
11. <video>: Embeds video files.
                    
12. <source>: Specifies multiple media resources for the audio or video elements.

            

<a href="https://example.com">Visit Example</a>

<img src="image.jpg" alt="An example image" title="Example Image">
                    
<map name="exampleMap">
                    
<area shape="rect" coords="34,44,270,350" href="https://example.com" 
                    alt="Example Area" title="Example Area">
                    
</map>
                    
<audio controls>
                    
<source src="audio.mp3" type="audio/mpeg">
                    
Your browser does not support the audio element.
                    
</audio>
                    
<video width="320" height="240" controls>
                    
<source src="movie.mp4" type="video/mp4">
                    
Your browser does not support the video tag.
                    
</video>

                
Output: Visit Example An example image Example Area

TESTIMONIES

vildash network team has had alot of impact on others but here are the vildash network team testimonies and expirience while working with the team

favour

am a graphic designer for vildash. when i first join vildash my first dream was programing but i got to know that programing neeeds alot of patients and coding but now my dream is more on the front end so i design graphics and make amazing ui/ux design. vildash is and amazing and great team

MR BK

when i first joined vildash my first vision was that i wanted to upgrade my skills and i really wanted to take a longer time but with vildash i got to know the fastest way in other to be perfect in programing and building amazing projects with ease

MR ENGEBEL

i was nothing in programing and i was discouraged cause i discovered that all programers had laptops but i didnt have and i got discouragecd cause, i thought i didnt evn have that chance to be a programer because of that but when i join vildash i got to know that its not just about the laptop its about the determination and if i have the determination i can archive. and i got to start programing with just my android phone and just like that am gradually getting there

MR LEWIS

vildash network has given me a chance to become a programmer, i now do thinks i didnt know i would be able to do, i now know tyhat i dont have to get distracted i need to stay focused and archive my goals

MR BROSKII

am a good programmer and i didnt have a team but i never knew how working with a team fills like but vildash network has given me the best expirience of how that feel, now i can boast of working with a team and the best team. it feels really greate cause with vildashi have to know that i can use my skills to do more than i dreamed of.

Events

you can now connect and text other users from our database. you just neeed to click bellow to message them

  • connect with programmers

    you can ask for help form them and also you can solve problems with them.

    click here to start chat
  • capabilities

    you can send and recieve messagies. you can send emojies, images, and you can also chat privately with a memeber and you can see when a member is online or offline

    click here to start chat

OUR CODE EDITORS

WE HAVE CODE EDITORS FOR LANGUAGES LIKE C, C#, C++, HTML, CSS, javascript, JAVA VISUAL BASIC

WHAT WE ARE OUT TO DO

We dont just teach you to code we teach you to code and build amazing systems.we are group of expert who wants to promote our field of studies