Showing posts with label Portfolio Page. Show all posts
Showing posts with label Portfolio Page. Show all posts

Monday, November 7, 2022

Portfolio Page - Adding video, Src, Href, Height, Width, Alt, Article

 


<!DOCTYPE html>
<html>
    <head>
        <title> Portfolio Page </title>
    </head>
    <body>
        <img src="https://japanpowered.com/media/images//goku.png" 
        width=200px alt="Error loading image">
        <br>
        <label for="linkedin profile"> Linkedin Profile </label>
        <a href="https://www.linkedin.com/in/guku6380b10/"
         target="_blank"> Go to my Linkedin </a>
        <br>
        <section id="skills">
            <h1> Skills </h1>
            <ol>
                <li> Analytical Skills </li>
                <li> Basics of the Backend </li>
                <li> HTML/CSS Skills </li>
                <li> JavaScript Skills </li>
                <li> Responsive Design Skills </li>
            </ol>
        </section>
        <section id="projects">
            <h1> Projects </h1>
            <ul>
                <li> Car Sign-up form </li>
                <li> Prime or Composite </li>
                <li> For checking Day name </li>
                <li> Can Vote or Can not </li>
                <li> To check Grade </li>
            </ul>
        </section>
    </body>
</html>








ads vert

Basic HTML Tables - Layout, HTML Tables, Attributes, Aside, Footer, Tr tag, Td tag, Th tag, Tbody

  Basic HTML Tables - Layout, HTML Tables, Attributes, Aside, Footer, Tr tag, Td tag, Th tag, Tbody < table >      < thead >    ...