You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
2.7 KiB
51 lines
2.7 KiB
<!doctype html> |
|
<html> |
|
<head> |
|
<meta charset="utf-8"> |
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
<meta name="viewport" content="width=device-width, initial-scale=1"> |
|
<title>My Learning Website</title> |
|
<link href="/styles/styles.css" rel="stylesheet" type="text/css"> |
|
<link href="/hungary/styles/styles.css" rel="stylesheet" type="text/css"> |
|
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> |
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// --> |
|
<!--[if lt IE 9]> |
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> |
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> |
|
<![endif]--> |
|
</head> |
|
<body> |
|
|
|
<div class="banner"> |
|
<h1 class="courselink">The Hungarian Language</h1> |
|
<h2 class="lecturer">Philip Osztromok</h2> |
|
<h2 class="episodetitle">Basic Words</h2> |
|
</div> |
|
|
|
<article> |
|
<p>As mentioned in the introduction, one of the reasons I am creating this page is to help myself in learning Hungarian. In doing that, I don't want to get bogged down in the technical aspects of grammar, but to produce something that is a little more practical. I think that by learning to speak the language, certain aspects of the grammar will become apparent without having to be learned as a separate subject although, learning in this way may lead to a desire to explore the grammar in a more formal way. For the time being, my intention is to learn some useful words and then start to build sentences with them.</p> |
|
<p>We will start with the word for I which in Hungarian is én.</p> |
|
<p>In Hungarian, I is very different from English. You will see different forms for it, but in connection with verbs, it is not required because the verb ending indicates the person. For example, I want is szeretnék. But if you are saying something like I want to do something, it is azt akarom. In a sentence, the azt can be (or sould be?) dropped.</p> |
|
<p>The verb to eat is enni so I want to eat is enni akarom. The word for something is valami, so, I want to eat something is enni akarom valamit.</p> |
|
</article> |
|
|
|
<div class="btngroup"> |
|
<button class="button" onclick="window.location.href='history.html';"> |
|
A Brief History of the Hungarian Language |
|
</button> |
|
<button class="button" onclick="window.location.href='alphabet.html';"> |
|
The Alphabet |
|
</button> |
|
<button class="button" onclick="window.location.href='security.html';"> |
|
Basic Words |
|
</button> |
|
<button class="button" onclick="window.location.href='/hungary/hungary.html'"> |
|
Hungary |
|
</button> |
|
<button class="button" onclick="window.location.href='/index.html'"> |
|
Home |
|
</button> |
|
</div> |
|
|
|
</body> |
|
</html> |