html-work

In this repository you will find activities about HTML to practice.

https://github.com/joaomarcelocs/html-work

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic links in README
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (1.0%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

In this repository you will find activities about HTML to practice.

Basic Info
  • Host: GitHub
  • Owner: JoaoMarceloCS
  • Language: HTML
  • Default Branch: main
  • Size: 12 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Citation

Owner

  • Name: JoãoMarcelo
  • Login: JoaoMarceloCS
  • Kind: user

Citation (citations-definitions-page.html)

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Citations and Definitions</title>
</head>
<body>
    <h1>Common Terms</h1>
    <p>
        <dfn>Web Development</dfn> refers to the process of creating and maintaining websites or web applications.
    </p>
    <blockquote>
        "The only true wisdom is in knowing you know nothing."
        <cite>- Socrates</cite>
    </blockquote>
</body>
</html>

GitHub Events

Total
  • Create event: 1
Last Year
  • Create event: 1