About 35,900,000 results
Open links in new tab
  1. How To Create A HTML Personal Bio Page for Beginners - Hackr

    Mar 12, 2025 · In this HTML tutorial, you'll: Structure your personal bio page with semantic HTML to ensure clear, accessible content. Use CSS to style your page, focusing on layout, …

  2. How to Show Your Personal info with HTML Web Pages

    2 days ago · Learn how to create an HTML web page with personal information. Find out what HTML is and how to use it to build the page. BP210P Computer Applications in Pharmacy …

  3. How to create a Stunning Personal Profile Card with Tables using HTML

    Feb 18, 2023 · Below you'll find an example of HTML and CSS code that creates a gorgeous and professional-looking personal profile card. Let's take a deep dive into the code and see how it …

  4. Bio-data created using HTML, CSS, and a table tag - CompNomics

    Feb 13, 2024 · This code creates a simple bio-data table with labels on the left and corresponding information on the right. You can customize it further by: Adding more sections (e.g., contact …

  5. MuhammadAsad86/My-Personal-Profile-HTML-Table-Based-Port…

    A simple personal profile webpage using only HTML. It displays basic details in a table format, including name, bio, GitHub, and LinkedIn links. The project demonstrates HTML tables, bold …

  6. How do you get information from a form and put it in a table with HTML

    Nov 26, 2021 · var table = document.getElementById("infotable"); let row = table.insertRow(1); let cell1 = row.insertCell(0); cell1.innerHTML = document.getElementById("name").value; Well, …

  7. yollinfo/project-personal-profile-html - GitHub

    A beginner-friendly project to create a personal profile page using pure HTML. This project is designed to help students practice fundamental HTML concepts including tables, forms, lists, …

  8. VirajsNexus/Making-BioData-Using-HTML-only - GitHub

    Creating a biodata (or resume) using HTML is a great way to display your personal information, educational background, skills, work experience, and other details in a structured format. …

  9. HTML Code for Student Profile Page | HTML Profile Template

    Basically, this is a simple profile page design containing different sections of the student profile. As you have seen in the above image, the left-sided section contains a circular profile picture, …

  10. Add Personal info tab which will show in div result in JS/Html

    Sep 4, 2020 · function displayRadioValue() { let section1 = document.querySelectorAll('.section-1 > input[type="radio"]') let section2 = document.querySelectorAll('.section-2 > …

  11. Some results have been removed
Refresh